<?xml version="1.0"?>
<component name="com.nuxeo.ecm.arender.content.redaction.override">

  <require>com.nuxeo.ecm.arender.content.redaction</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Configuration property allowing to override the operation called when completing the redaction.
      The value is empty by default in order to execute the default behavior and have backward compatibility (NEV still calls ARenderRedactCompletion automation).

      If you want to override the redact completion behavior just contribute the following:
      <code>
        <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
          <property name="nuxeo.arender.override.redact.completion">CustomARenderRedactCompletion</property>
        </extension>
      </code>
    </documentation>
    <property name="nuxeo.arender.override.redact.completion"/>
  </extension>

</component>
